This Document! X sample has been created to illustrate documentation of a REST web service. The web service used for this sample is for a pet store, and includes methods to manage users and pets.
See the Introduction topic for more information.
This Document! X sample has been created to illustrate documentation of a REST web service. The web service used for this sample is for a pet store, and includes methods to manage users and pets.
See the Introduction topic for more information.
Post | addPet Add a new pet to the store |
Delete | deletePet Deletes a pet |
Get | findPetsByStatus Finds Pets by status |
Get | findPetsByTags Finds Pets by tags |
Get | getPetById Find pet by ID |
Put | updatePet Update an existing pet |
Post | updatePetWithForm Updates a pet in the store with form data |
Post | uploadFile uploads an image |
Delete | deleteOrder Delete purchase order by ID |
Get | getInventory Returns pet inventories by status |
Get | getOrderById Find purchase order by ID |
Post | placeOrder Place an order for a pet |
Post | createUser Create user |
Post | createUsersWithArrayInput Creates list of users with given input array |
Post | createUsersWithListInput Creates list of users with given input array |
Delete | deleteUser Delete user |
Get | getUserByName Get user by user name |
Get | loginUser Logs user into the system |
Get | logoutUser Logs out current logged in user session |
Put | updateUser Updated user |